﻿#bianda1 {  
margin: 0px auto;  
overflow: hidden;
}
#bianda1 img {
cursor: pointer;
transition: all 0.8s; ;
}
#bianda1 img:hover {
transform: scale(1.2); 
}